adTempus API
PreviousUpNext
IFileCaptureSpec::FileSpecification Property

Gets or sets the specification for the file(s) to be captured.

C++
__property BSTR FileSpecification;
C#
String FileSpecification;
Visual Basic
Property FileSpecification() As String

Specify the path and name of the file(s) to capture. Standard wildcards (* and ?) are supported.

  • Capture a specific file: c:outputjob32.log
  • Capture all log files in a folder: c:outputjoblogs*.log
 

Use the IncludeSubdirectories property to determine whether subdirectories should be searched.

adTempus API Reference version 3.0.0.0, revised 10/30/2008